home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / SHDK_2 / SKYHAWK.MAK < prev    next >
Text File  |  1992-06-16  |  5KB  |  123 lines

  1. #
  2. # MAKE FILE FOR SKYHAWK DEVELOPMENT KIT
  3. #
  4. # ---------------------------------------- Force evaluation of dependencies
  5.  
  6. skyhawk.sys:    shclrdef.tpu    sherrmsg.tpu    shcmplx.tpu     \
  7.                 shcrcchk.tpu                                    \
  8.                 shutilpk.tpu    shdatpk.tpu     shfinanc.tpu    \
  9.                 shlist.tpu      shlngstr.tpu                    \
  10.                 shcmdlin.tpu    overshdk.tpu    overcmdl.tpu    \
  11.                 overlstr.tpu                                    \
  12.                                                                 \
  13.                 testbetw.tpu    testcmpx.tpu    testcolr.tpu    \
  14.                 testcrc.tpu     testdate.tpu    testfin.tpu     \
  15.                 testlist.tpu    testutil.tpu                    \
  16.                                                                 \
  17.                 execswap.tpu    testdrvr.tpu                    \
  18.                                                                 \
  19.                 testshdk.exe    testcmdl.exe    testerr.exe     \
  20.                 testlstr.exe
  21.  
  22. # ---------------------------------------  Implicit rules
  23.  
  24. # Change the string 't:\tp6\tpc' to the path to your Turbo Pascal compiler
  25. #       file in the next two commands.
  26.  
  27. .pas.exe:
  28.   t:\tp6\tpc /m $*
  29.  
  30. .pas.tpu:
  31.   t:\tp6\tpc /m $*
  32.  
  33. # Change the string 't:\tp55\tasm' to the path to your Turbo assembler
  34. #       file in the next command.
  35.  
  36. .asm.obj:
  37.   t:\tp55\tasm $*
  38.  
  39. # ---------------------------------------  Object files
  40.  
  41. execswap.obj:   execswap.asm
  42.  
  43. # ---------------------------------------  Unit files
  44.  
  45. execswap.tpu:   execswap.pas    execswap.obj
  46.  
  47. overshdk.tpu:   overshdk.pas
  48.  
  49. overcmdl.tpu:   overcmdl.pas
  50.  
  51. overlstr.tpu:   overlstr.pas
  52.  
  53. shclrdef.tpu:   shdefine.inc    shunitsw.inc    shclrdef.pas
  54.  
  55. shcmplx.tpu:    shdefine.inc    shunitsw.inc    shcmplx.pas
  56.  
  57. shcrcchk.tpu:   shdefine.inc    shunitsw.inc    shcrcchk.pas
  58.  
  59. shdatpk.tpu:    shdefine.inc    shunitsw.inc    shdatpk.pas
  60.  
  61. sherrmsg.tpu:   shdefine.inc    shunitsw.inc    sherrmsg.pas
  62.  
  63. shfinanc.tpu:   shdefine.inc    shunitsw.inc    shutilpk.tpu    \
  64.                 sherrmsg.tpu    shfinanc.pas
  65.  
  66. shlist.tpu:     shdefine.inc    shunitsw.inc    shlist.pas
  67.  
  68. shlngstr.tpu:   shdefine.inc    shunitsw.inc    shlngstr.pas
  69.  
  70. shutilpk.tpu:   shdefine.inc    shunitsw.inc    shutilpk.pas
  71.  
  72. shcmdlin.tpu:   shdefine.inc    shunitsw.inc    shcmdlin.pas    \
  73.                                 shlist.tpu      shutilpk.tpu
  74.  
  75. testbetw.tpu:   shdefine.inc    shunitsw.inc    testbetw.pas    \
  76.                                                 shutilpk.tpu
  77.  
  78. testcmpx.tpu:   shdefine.inc    shunitsw.inc    testcmpx.pas    \
  79.                                                 shcmplx.tpu
  80.  
  81. testcolr.tpu:   shdefine.inc    shunitsw.inc    testcolr.pas    \
  82.                                                 shclrdef.tpu
  83.  
  84. testcrc.tpu:    shdefine.inc    shunitsw.inc    testcrc.pas     \
  85.                                                 shcrcchk.tpu
  86.  
  87. testdate.tpu:   shdefine.inc    shunitsw.inc    testdate.pas    \
  88.                                                 shdatpk.tpu
  89.  
  90. testdrvr.tpu:   shdefine.inc    testshdk.pas    execswap.tpu    \
  91.                 overshdk.tpu    testbetw.tpu    testfin.tpu     \
  92.                 testcmpx.tpu    testcolr.tpu    testcrc.tpu     \
  93.                 testdate.tpu    testlist.tpu    testutil.tpu    \
  94.                                                                 \
  95.                 testcmdl.exe    testerr.exe     testlstr.exe
  96.  
  97. testlist.tpu:   shdefine.inc    shunitsw.inc    testlist.pas    \
  98.                                                 shlist.tpu
  99.  
  100. testfin.tpu:    shdefine.inc    shunitsw.inc    shfinanc.tpu    \
  101.                                 sherrmsg.tpu    testfin.pas
  102.  
  103. testutil.tpu:   shdefine.inc    shunitsw.inc    testutil.pas    \
  104.                                                 shutilpk.tpu
  105.  
  106. # ---------------------------------------  Executable files
  107.  
  108. testcmdl.exe:   shdefine.inc    testcmdl.pas    shcmdlin.tpu    \
  109.                 overcmdl.tpu
  110.  
  111. testerr.exe:    shdefine.inc    testerr.pas     sherrmsg.tpu
  112.  
  113. testlstr.exe:   shdefine.inc    testlstr.pas    shcrcchk.tpu    \
  114.                 shutilpk.tpu    shlngstr.tpu    overlstr.tpu
  115.  
  116. testshdk.exe:   shdefine.inc    testshdk.pas    execswap.tpu    \
  117.                 overshdk.tpu    testbetw.tpu                    \
  118.                 testcmpx.tpu    testcolr.tpu    testcrc.tpu     \
  119.                 testdate.tpu    testlist.tpu    testutil.tpu    \
  120.                 testdrvr.tpu                                    \
  121.                                                                 \
  122.                 testcmdl.exe    testerr.exe     testlstr.exe
  123.